www.gusucode.com > 环保时代家庭财务管理系统 EPffms v4.0 > 环保时代家庭财务管理系统 EPffms v4.0\code\eptimehome\reg.asp

    <!-- #include file="inc/config.asp" -->
<html>
<head>
<title>reg</title>
<link href="images/admin.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<!--当前导航-->
<script type="text/JavaScript">if(parent.$('admincpnav')) parent.$('admincpnav').innerHTML='首页&nbsp;&raquo;&nbsp;关于&nbsp;&raquo;&nbsp;正版注册';</script>
<br>
<script src="http://www.eptime.cn/reg/searchdate.asp?keywords=<%=sitereg%>&keywords1=<%=email%>"></script>
<br><br><br>
<form action="http://www.eptime.cn/reg/reg.asp?action=addto" method="post">
  <table width="567" height="133" border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#E1E1E1">
    <tr> 
      <td height="21" colspan="2"><font color="red">[<strong>正版注册认证</strong>]</font></td>
    </tr>
    <tr> 
      <td width="19%" height="20">认证码:</td>
      <td width="81%"><input name="renzhengma" type="text"  size="60" readonly="true" value="<%=sitereg%>"></td>
    </tr>
    <tr> 
      <td height="20">认证用户邮箱:</td>
      <td><input name="emal" type="text"  readonly="true" value="<%=email%>"></td>
    </tr>
    <tr> 
      <td height="20">注册url:</td>
      <td><input name="url" type="text" readonly="true" value="<%=siteurl%>"> 不含http://</td>
    </tr>
    <tr> 
      <td height="20">机器码:</td>
      <td><input name="jiqima" type="text" readonly="true" value="<%
Response.Buffer = True
Response.Expires = 0
Response.CacheControl = "Private"
Set fs = Server.CreateObject("Scripting.FileSystemObject")
Set drv = fs.GetDrive(Left(Server.MapPath("."), 2))
Response.Write ""&drv.SerialNumber&""
Set drv = Nothing
Set fs = Nothing
%>"></td>
    </tr>
    <tr align="center"> 
      <td height="23" colspan="2"><input type="Submit" value="注  册"></td>
    </tr>
  </table>
</form>
</body>
</html>